Gets a list of connectors by connector id list
Gets a list of connectors by connector id list
- application/json
Request Body required
- ids string[]
Responses
- 200
List of connectors or empty list, if no connector was registered
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
result object
{
"message": "string",
"level": "string",
"result": {
"items": [
{
"createdAt": "2024-02-27",
"createdBy": "string",
"modifiedAt": "2024-02-27",
"modifiedBy": "string",
"isDeleted": true,
"id": "string",
"name": "string",
"url": "string",
"apiKeyValue": "string",
"role": "string",
"description": "string",
"partnerId": "string"
}
]
}
}
POST /connector-info/id
Request
Request
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/connector-info/id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"ids": [
"string"
]
}'
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/connector-info/id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"ids": [
"string"
]
}'
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/connector-info/id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"ids": [
"string"
]
}'
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/connector-info/id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"ids": [
"string"
]
}'
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/connector-info/id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"ids": [
"string"
]
}'
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/connector-info/id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"ids": [
"string"
]
}'
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/connector-info/id' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"ids": [
"string"
]
}'